home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMMENUEFFECTSPAGE / TFRMMENUEFFECTSPAGE.txt
Text File  |  2008-10-30  |  3KB  |  123 lines

  1. object frmMenuEffectsPage: TfrmMenuEffectsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbMenuAnimation: TGroupBox
  14.     Left = 16
  15.     Top = 1
  16.     Width = 605
  17.     Height = 139
  18.     Caption = 'gbMenuAnimation'
  19.     TabOrder = 0
  20.     object lblAnimationDescription: TAxLabel
  21.       Left = 24
  22.       Top = 30
  23.       Width = 136
  24.       Height = 16
  25.       WordWrap = False
  26.       Transparent = True
  27.       Caption = 'lblAnimationDescription'
  28.       ShowAccelChar = True
  29.     end
  30.     object rbNoAnimation: TRadioButton
  31.       Left = 24
  32.       Top = 56
  33.       Width = 480
  34.       Height = 17
  35.       Caption = 'rbNoAnimation'
  36.       TabOrder = 0
  37.       OnClick = OnAnimationClick
  38.     end
  39.     object rbFadeAnimation: TRadioButton
  40.       Left = 24
  41.       Top = 78
  42.       Width = 480
  43.       Height = 17
  44.       Caption = 'rbFadeAnimation'
  45.       TabOrder = 1
  46.       OnClick = OnAnimationClick
  47.     end
  48.     object rbSlideAnimation: TRadioButton
  49.       Left = 24
  50.       Top = 100
  51.       Width = 480
  52.       Height = 17
  53.       Caption = 'rbSlideAnimation'
  54.       TabOrder = 2
  55.       OnClick = OnAnimationClick
  56.     end
  57.   end
  58.   object gbMenuDelay: TGroupBox
  59.     Left = 16
  60.     Top = 157
  61.     Width = 605
  62.     Height = 162
  63.     Caption = 'gbMenuDelay'
  64.     TabOrder = 1
  65.     object lblDelayDescription: TAxLabel
  66.       Left = 24
  67.       Top = 30
  68.       Width = 537
  69.       Height = 33
  70.       WordWrap = True
  71.       Transparent = True
  72.       AutoSize = False
  73.       Caption = 'lblDelayDescription'
  74.       ShowAccelChar = True
  75.     end
  76.     object lblDelayValue: TAxLabel
  77.       Left = 59
  78.       Top = 88
  79.       Width = 286
  80.       Height = 16
  81.       WordWrap = False
  82.       Alignment = taCenter
  83.       Transparent = True
  84.       AutoSize = False
  85.       Caption = 'lblDelayValue'
  86.       ShowAccelChar = True
  87.     end
  88.     object lblShortDelay: TAxLabel
  89.       Left = 25
  90.       Top = 88
  91.       Width = 77
  92.       Height = 16
  93.       WordWrap = False
  94.       Transparent = True
  95.       Caption = 'lblShortDelay'
  96.       ShowAccelChar = True
  97.     end
  98.     object lblLongDelay: TAxLabel
  99.       Left = 304
  100.       Top = 88
  101.       Width = 74
  102.       Height = 16
  103.       WordWrap = False
  104.       Alignment = taRightJustify
  105.       Transparent = True
  106.       Caption = 'lblLongDelay'
  107.       ShowAccelChar = True
  108.     end
  109.     object tbDelay: TTrackBar
  110.       Left = 19
  111.       Top = 108
  112.       Width = 366
  113.       Height = 25
  114.       Ctl3D = True
  115.       Max = 1200
  116.       ParentCtl3D = False
  117.       Frequency = 100
  118.       TabOrder = 0
  119.       OnChange = tbDelayChange
  120.     end
  121.   end
  122. end
  123.